Skip to content

Instantly share code, notes, and snippets.

@coldfire7
coldfire7 / Valorant Asia Pacific Servers & Ports
Last active May 9, 2024 09:12
Valorant Asia Pacific Servers & Ports
# Valorant Asia Pacific Servers
# Note most of the servers are AWS Global Accelerator anycast IP addresses
# https://aws.amazon.com/global-accelerator/features/#Static_anycast_IP_addresses
# https://en.wikipedia.org/wiki/Anycast
# Last Update: 2023-01-09
# ~CO7DFiRE
# All Asia Pacific Servers
13.248.193.101
13.248.197.71
@myselfgautham
myselfgautham / Firebase.py
Last active May 9, 2024 09:11
:dependabot: Create Read Update Delete => Basic Firestore Operations Using Python ✨ ❄️ With Type Annotations 🌌
import json
from firebase_admin import initialize_app
from firebase_admin.credentials import Certificate
from firebase_admin import App
from firebase_admin.auth import create_user
from os.path import abspath
from firebase_admin import firestore
from datetime import datetime
from datetime import UTC
from firebase_admin._user_mgt import UserRecord
@devinschumacher
devinschumacher / cloud-gpus.md
Last active May 9, 2024 09:10
Cloud GPUs // The Best Servers, Services & Providers [RANKED!]

Cloud GPUs: Servers, Providers & Everything You Would Ever Need

Your company's GPU computing strategy is essential whether you engage in 3D visualization, machine learning, AI, or any other form of intensive computing.

There was a time when businesses had to wait for long periods of time while deep learning models were being trained and processed. Because it was time-consuming, costly, and created space and organization problems, it reduced their output.

This problem has been resolved in the most recent GPU designs. Because of their high parallel processing efficiency, they are well-suited for handling large calculations and speeding up the training of your AI models.

When it comes to deep learning, GPUs can speed up the training of neural networks by a factor of 250 compared to CPUs, and the latest generation of cloud GPUs is reshaping data science and other emerging technologies by delivering even greater performance at a lower cost and with the added benefits of easy scalability and rapid deployment.

@456498156
456498156 / 250.csv
Created March 31, 2023 07:54 — forked from jinjier/250.csv
JavDB Top 250 movies code list. [Updated at 2023/01]
1 LAFBD-41
2 SSNI-497
3 ABP-984
4 IPX-177
5 IPX-580
6 IPX-811
7 SMBD-115
8 SSIS-465
9 DASS-092
10 CAWD-365
@PurpleVibe32
PurpleVibe32 / vmwk17key.txt
Last active May 9, 2024 09:07
Free VMware Workstation Pro 17 full license keys
Install VMWare Workstation PRO 17 (Read it right. PRO!)
Also, these keys might also work with VMWare Fusion 13 PRO. Just tested it.
Sub to me on youtube pls - PurpleVibe32
if you want more keys - call my bot on telegram. @purector_bot (THE BOT WONT REPLY ANYMORE) - Or: https://cdn.discordapp.com/attachments/1040615179894935645/1074016373228978277/keys.zip - the password in the zip is 102me.
---
This gist can get off at any time.
PLEASE, DONT COPY THIS. IF YOU FORK IT, DONT EDIT IT.
*If you have a problem comment and people will try to help you!
*No virus

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@Wind010
Wind010 / backup_pwnagotchi.ps1
Last active May 9, 2024 09:03
Powershell scripts to backup and restore a pwnagotchi
# Script to backup your pwnagotchi.
# Usage:
# backup_pwnagotchi.ps1 <ip_address_of_pwnagotchi>
# The <ip_address_of_pwnagotchi> should be the static ip address set previously (10.0.0.2).
# Can setup SSH keys to bypass password prompt for SCP.
param(
[Parameter(Mandatory=$true, Position=0, ValueFromPipeline=$false)]
[string]
@liuran001
liuran001 / config.yaml
Last active May 9, 2024 09:03
mihomo (Clash Meta) 懒人配置
# mihomo (Clash Meta) 懒人配置
# 版本 V1.5-240507
# https://gist.github.com/liuran001/5ca84f7def53c70b554d3f765ff86a33
# https://obdo.cc/meta
# 作者: 笨蛋ovo (bdovo.cc)
# Telegram: https://t.me/baka_not_baka
# 关注我的 Telegram 频道谢谢喵 https://t.me/s/BDovo_Channel
# 修改自官方示例规则 https://wiki.metacubex.one/example/#meta
# 转载请保留此注释
# 尽量添加了较为详尽的注释,不理解的地方建议对照 虚空终端 (Clash Meta) Docs 进行理解
@tjohander-splunk
tjohander-splunk / JVM-App-As-A-Systemd-Service.md
Last active May 9, 2024 09:02
Getting a Java app to run as a Systemd service on Linux

Run a JVM App as a Systemd Service:

In a sane systemd path (/etc/systemd/system/ or /usr/lib/systemd/system) Create a Systemd service definition file called

<your-cool-service-name>.service

following this pattern:

[Unit]
Description=webserver Daemon
@akufikri
akufikri / code country
Created May 9, 2024 08:21
🚀 JSON Array For Code Country
{
"countries": [
{
"name": "Afghanistan",
"country_code": "+93",
"flag_emoji": "🇦🇫"
},
{
"name": "Albania",
"country_code": "+355",